Monday, January 9, 2023
Testing Eleventy's Blogging Engine
By Michoel Samuels • 🍿 1 min. read
This is ironic.
I've built numerous sites with Eleventy, including many of its advanced and obscure features. However, this is the first time I've actually used it as a blog.
So here's a little test of Eleventy's Markdown features:
Heading 2
Heading 3
Heading 4
Paragraph text.
Now for rich text: bold italic strikethrough
Blockquote
Multiline blockquote
Yes indeed!
Lists
- First item
- Second item
- Third item
- First item
- Second item
- Third item
Code
This is Single line code
// This is multiline code
function doTheThing() {
return Infinity;
}
Section Breaks
A section break is just a line:
Images
That's all for today, folks!